d(Stream,IList<Appointment>) Method
In This Topic
Syntax
'Declaration
Public Sub d( _
ByVal As System.IO.Stream, _
ByVal As System.Collections.Generic.IList(Of Appointment) _
)
public void d(
System.IO.Stream ,
System.Collections.Generic.IList<Appointment>
)
Parameters
- a
- b
See Also